home *** CD-ROM | disk | FTP | other *** search
/ Aminet 37 / Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso / Aminet / util / wb / DirScanner.lha / DirScanner / Catalogs / DirScanner.cd
Text File  |  2000-04-13  |  5KB  |  331 lines

  1. ;
  2. ; DirScanner.cd - Copyright (c) 2000 by Hynek Schlawack
  3. ; All rights reserved.
  4. ;
  5. ; *** Errors ***
  6. ;
  7. MSG_V39_NEEDED (//)
  8. OS 3.0 or higher needed!
  9. ;
  10. MSG_OUT_OF_MEMORY (//)
  11. Out of memory!
  12. ;
  13. MSG_MISSING_LIBRARY (//)
  14. Missing %s V%d!
  15. ;
  16. MSG_CANNOT_BUILD_APP (//)
  17. Can't build application!
  18. ;
  19. MSG_CANNOT_LOCK_PATH (//)
  20. Can't lock your path!
  21. ;
  22. MSG_CANNOT_GET_NAME_FROM_LOCK (//)
  23. Can't get name from lock!
  24. ;
  25. MSG_NO_PATHS (//)
  26. No paths to scan!
  27. ;
  28. MSG_ILLEGAL_PATH (//)
  29. Illegal path: %s!
  30. ;
  31. MSG_OUT_OF_STACK (//)
  32. Out of stack!
  33. ;
  34. MSG_NO_MATCH_SELECTED (//)
  35. No match selected!
  36. ;
  37. MSG_CANNOT_CREATE_MP (//)
  38. Can't create message port!
  39. ;
  40. MSG_CANNOT_OPEN_CLIP (//)
  41. Can't open clipboard.device!
  42. ;
  43. MSG_CANNOT_OPEN_SOURCE (//)
  44. Can't open source file.
  45. ;
  46. MSG_CANNOT_OPEN_DESTINATION (//)
  47. Can't open destination file.
  48. ;
  49. MSG_CANNOT_READ (//)
  50. Can't read!
  51. ;
  52. MSG_CANNOT_WRITE (//)
  53. Can't write!
  54. ;
  55. MSG_NO_PATTERN (//)
  56. No pattern!
  57. ;
  58. MSG_ILLEGAL_CONDITION (//)
  59. Illegal condition!
  60. ;
  61. MSG_CANNOT_PARSE_PATTERN (//)
  62. Can't parse the pattern!
  63. ;
  64. MSG_NO_SCRIPT_DEFINED (//)
  65. No script defined!
  66. ;
  67. MSG_ONLY_TEN_SCRIPTS_ALLOWED (//)
  68. Only ten scripts allowed!
  69. ;
  70. MSG_CANNOT_OPEN_FILE (//)
  71. Cannot open %s!
  72. ;
  73. MSG_NO_PREFS (//)
  74. Can't open %s!\nUsings default values.
  75. ;
  76. MSG_CORRUPT_PREFS (//)
  77. Preferences file is corrupt!
  78. ;
  79. MSG_CANNOT_SAVE_PREFS (//)
  80. Can't save preferences!
  81. ;
  82. ;*** Requesters ***
  83. ;
  84. MSG_OKAY_GAD (//)
  85. *Okay
  86. ;
  87. MSG_FILE_COPIED (//)
  88. File successfully copied.
  89. ;
  90. MSG_REQ_TITLE (//)
  91. DirScanner
  92. ;
  93. MSG_SELECT_A_PATH (//)
  94. Select a path.
  95. ;
  96. MSG_SELECT_DESTINATION (//)
  97. Select the destination.
  98. ;
  99. MSG_SELECT_VIEWER (//)
  100. Select viewer.
  101. ;
  102. MSG_SELECT_HELPGUIDE (//)
  103. Select help guide.
  104. ;
  105. MSG_SELECT_DEFAULT_REXX_PATH (//)
  106. Select default ARexx path.
  107. ;
  108. MSG_SELECT_DEFAULT_DESTINATION (//)
  109. Select default destination.
  110. ;
  111. MSG_SELECT_A_SCRIPT (//)
  112. Select an ARexx script.
  113. ;
  114. MSG_SELECT_A_PREFS_FILE (//)
  115. Select a preferences file.
  116. ;
  117. MSG_ABORTED (//)
  118. Aborted!
  119. ;
  120. MSG_REALLY_DELETE_FILE (//)
  121. Do you really wish to delete \"%s\"?
  122. ;
  123. MSG_REALLY_DELETE_FILES (//)
  124. Do you really wish to delete %ld files?
  125. ;
  126. MSG_FILES_COPIED (//)
  127. Files successfully copied.
  128. ;
  129. MSG_PREFS_SAVED (//)
  130. Preferences saved.
  131. ;
  132. ; *** Menus ***
  133. ;
  134. MSG_PROJECT_MENU (//)
  135. Project
  136. ;
  137. MSG_PROJECT_ABOUT_MENU (//)
  138. ?\000About...
  139. ;
  140. MSG_PROJECT_ABOUTMUI_MENU (//)
  141. About MUI...
  142. ;
  143. MSG_PROJECT_ICONIFY_MENU (//)
  144. I\000Iconify
  145. ;
  146. MSG_PROJECT_QUIT_MENU (//)
  147. Q\000Quit
  148. ;
  149. MSG_PREFS_MENU (//)
  150. Settings
  151. ;
  152. MSG_PREFS_PREFS_MENU (//)
  153. P\000Preferences...
  154. ;
  155. MSG_PREFS_MUI_MENU (//)
  156. M\000MUI prefs...
  157. ;
  158. MSG_PREFS_LOAD_MENU (//)
  159. L\000Load Prefs...
  160. ;
  161. MSG_PREFS_SAVE_MENU (//)
  162. S\000Save Prefs
  163. ;
  164. MSG_PREFS_SAVEAS_MENU (//)
  165. A\000Save Prefs As...
  166. ;
  167. MSG_AREXX_MENU (//)
  168. ARexx
  169. ;
  170. MSG_AREXX_EXEC_MENU (//)
  171. .\000Execute script...
  172. ;
  173. ; *** Main-GUI ***
  174. ;
  175. MSG_MATCHES_GROUP (//)
  176. Matches:
  177. ;
  178. MSG_PATH_TITLE (//)
  179. \033bPath
  180. ;
  181. MSG_SIZE_TITLE (//)
  182. \033bSize
  183. ;
  184. MSG_DATE_TITLE (//)
  185. \033bDate
  186. ;
  187. MSG_TIME_TITLE (//)
  188. \033bTime
  189. ;
  190. MSG_COMMENT_TITLE (//)
  191. \033bComment
  192. ;
  193. MSG_DTYPE_TITLE (//)
  194. \033bDataType
  195. ;
  196. MSG_VIEW_GAD (//)
  197. vView
  198. ;
  199. MSG_CLIP_GAD (//)
  200. lPath -> Clip
  201. ;
  202. MSG_COPY_GAD (//)
  203. tCopy to...
  204. ;
  205. MSG_DELETE_FILE_GAD (//)
  206. \177Delete
  207. ;
  208. MSG_PATHS_GROUP (//)
  209. Paths:
  210. ;
  211. MSG_ADD_PATH_GAD (//)
  212. aAdd Path
  213. ;
  214. MSG_REM_PATH_GAD (//)
  215. rRem Path
  216. ;
  217. MSG_CONDITIONS_GROUP (//)
  218. Conditions:
  219. ;
  220. MSG_PATTERN_GAD (//)
  221. pPattern:
  222. ;
  223. MSG_SEARCH_BY_GAD (//)
  224. eSearch by:
  225. ;
  226. MSG_SEARCH_BY_NAME_CYC (//)
  227. Name
  228. ;
  229. MSG_SEARCH_BY_CONTENTS_CYC (//)
  230. Contents
  231. ;
  232. MSG_SEARCH_BY_SIZE_CYC (//)
  233. Size
  234. ;
  235. MSG_SEARCH_BY_COMMENT_CYC (//)
  236. Comment
  237. ;
  238. MSG_SEARCH_BY_DATE_CYC (//)
  239. Date
  240. ;
  241. MSG_CONDITION_GAD (//)
  242. cCondition:
  243. ;
  244. MSG_CONDITION_EQUAL_CYC (//)
  245. Equal
  246. ;
  247. MSG_CONDITION_UNEQUAL_CYC (//)
  248. Unequal
  249. ;
  250. MSG_CONDITION_LESS_CYC (//)
  251. Less
  252. ;
  253. MSG_CONDITION_MORE_CYC (//)
  254. More
  255. ;
  256. MSG_START_GAD (//)
  257. sStart
  258. ;
  259. ; *** Scanner-Win ***
  260. ;
  261. MSG_SCANNING_WIN (//)
  262. Scanning...
  263. ;
  264. MSG_PLEASE_WAIT (//)
  265. Please wait while scanning your paths.
  266. ;
  267. MSG_ACTUAL_PATH (//)
  268. Actual path:
  269. ;
  270. MSG_ABORT_GAD (//)
  271. aAbort
  272. ;
  273. ; *** Prefs-Win **
  274. ;
  275. MSG_PREFS_WIN (//)
  276. DirScanner - Preferences
  277. ;
  278. MSG_PREFS_USE_GAD (//)
  279. uUse
  280. ;
  281. MSG_PREFS_CANCEL_GAD (//)
  282. cCancel
  283. ;
  284. MSG_PREFS_PATHS_TAB (//)
  285. Paths
  286. ;
  287. MSG_PREFS_OPTIONS_TAB (//)
  288. Options
  289. ;
  290. MSG_PREFS_AREXX_TAB (//)
  291. ARexx
  292. ;
  293. MSG_PREFS_VIEWER_STR (//)
  294. vViewer:
  295. ;
  296. MSG_PREFS_HELPGUIDE_STR (//)
  297. hHelp guide:
  298. ;
  299. MSG_PREFS_REXXPATH_STR (//)
  300. aARexx path:
  301. ;
  302. MSG_PREFS_DEFDEST_STR (//)
  303. dDefault destination:
  304. ;
  305. MSG_PREFS_QUIETLIST_CHCK (//)
  306. qQuiet list:
  307. ;
  308. MSG_PREFS_RECURSE_CHCK (//)
  309. rRecurse:
  310. ;
  311. MSG_PREFS_ADD_SCRIPT_GAD (//)
  312. aAdd Script
  313. ;
  314. MSG_PREFS_REM_SCRIPT_GAD (//)
  315. rRemove Script
  316. ;
  317. MSG_PREFS_TITLE_STR (//)
  318. tTitle:
  319. ;
  320. MSG_PREFS_PATH_STR (//)
  321. pPath:
  322. ;
  323. MSG_NEW_ENTRY (//)
  324. New Entry
  325. ;
  326. MSG_PREFS_TITLE_TITLE (//)
  327. \033bTitle
  328. ;
  329. MSG_PREFS_PATH_TITLE (//)
  330. \033bPath
  331. ;